The Asynchronous Process Message
The enumerationCDAbortProcMessage
specifies the possible error conditions of an asynchronous process. For Cyberdog version 1.0, there is only one possible error condition. TheCyberProgressBroadcaster::Abort
method calls MyAbortFunction (page 191), a callback function that you define to implement the abort behavior of a progress broadcaster. ACDAbortProcMessage
constant is passed as a parameter to the callback function.
enum CDAbortProcMessage { kAbortMessage };Constants of this type
kAbortMessage
- The asynchronous process was terminated.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help